home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The 50th Anniversary of …National Assembly Library
/
The 50th Anniversary of the National Assembly Library.iso
/
bal.dxr
/
00126.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2002-02-18
|
349 b
|
20 lines
on mouseEnter
cursor([121, 122])
aa = the memberNum of sprite the currentSpriteNum
set the member of sprite the currentSpriteNum to aa + 1
end
on mouseDown
end
on mouseUp
go("04")
cursor(-1)
end
on mouseLeave
cursor(-1)
aa = the memberNum of sprite the currentSpriteNum
set the member of sprite the currentSpriteNum to aa - 1
end